home *** CD-ROM | disk | FTP | other *** search
- TARGET=C:\NWLITE\SERVER.EXE
- LIST
- print "CLOSEFIL.PAT - NetWare Lite v1.1 German Server close file handles fix patch.\n"
- VERIFY
- va = search ( B9 20 00 B8 00 00 80 3F 00 75
- 07 E9 72 37 E2 F6 checksum 636 )
- if va=1FD1 then
- print " $TARGET already contains patch CLOSEFIL.PAT.\n"
- stop
- else
- print " $TARGET does not contain patch CLOSEFIL.PAT.\n"
- endif
- APPLY
- print " Applying patch CLOSEFIL.PAT to $TARGET...\n"
- vb = search ( B9 08 00 B8 00 00 80 3F 00 75
- 07 05 08 00 E2 F6 checksum 499 )
- if vb=1FD1 then
- patch 1FD2 ( 20 checksum 20 )
- patch 1FDC ( E9 72 37 checksum 192 )
- patch 5751 ( 05 08 00 43 E9 87 C8 checksum 288 )
- write
- print " $TARGET now contains patch CLOSEFIL.PAT.\n"
- stop
- else
- print " Could not find pattern indicating that $TARGET\n"
- print " needs this patch. Make sure you are using this\n"
- print " patch with NetWare Lite SERVER.EXE, German version 1.1 \n"
- stop
- endif